home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / amos / AMOSList0993.lzh / AMOSLIST / 000055_amos-request@svcs1.digex.net_Tue Sep 7 13:50:34 1993.msg < prev    next >
Internet Message Format  |  1993-10-03  |  2KB

  1. Received: from nextsun.INS.CWRU.Edu by access.digex.net with SMTP id AA20455
  2.   (5.65c/IDA-1.4.4 for <mcox@access.digex.com>); Tue, 7 Sep 1993 13:50:32 -0400
  3. Received: from svcs1.digex.net by nextsun.INS.CWRU.Edu with SMTP (5.65b+ida+/CWRU-1.5.2-freenet-gw)
  4.     id AA03732; Tue, 7 Sep 93 13:20:40 -0400 (from amos-request@svcs1.digex.net )
  5. Received: by svcs1.digex.net id AA22475
  6.   (5.65c/IDA-1.4.4 for amos-list-out); Tue, 7 Sep 1993 13:10:53 -0400
  7. Received: from access.digex.net by svcs1.digex.net with SMTP id AA22471
  8.   (5.65c/IDA-1.4.4 for <amos-list@svcs1.digex.net>); Tue, 7 Sep 1993 13:10:51 -0400
  9. Received: from ACS.BU.EDU by access.digex.net with SMTP id AA16141
  10.   (5.65c/IDA-1.4.4 for <amos-list@access.digex.net>); Tue, 7 Sep 1993 13:10:50 -0400
  11. Received: by acs.bu.edu (5.61+++/AIX-3.2)
  12.     id AA121665; Tue, 7 Sep 93 13:10:08 -0400
  13. Date: Tue, 7 Sep 93 13:10:08 -0400
  14. From: hacker@acs.bu.edu (Jose Elias)
  15. Message-Id: <9309071710.AA121665@acs.bu.edu>
  16. To: amos-list@access.digex.net, mas@inf.rl.ac.uk
  17. Subject: Re: SkidMarks Game...
  18. Status: RO
  19.  
  20. Martin,
  21.  
  22. I don't think the CD-32 Joy-Pad connector is the same
  23. as the amiga's, but IF it is (I doubt though) what they
  24. probably do is settle down in a "standard" way of reading
  25. the pad, i.e.: the pad can constantly send a 16-bit word
  26. SERIALLY (or 2 8-bits?), and each of the 16 bits
  27. represents up, down, button 1,2,3,... etc, and then it
  28. just repeats the same thing over and over again. The
  29. problem I see is how fast this could be done thru
  30. the regular amiga ports, I REALLY have no idea since
  31. I don't know how to program the amiga in ASM (yet!!!),
  32. so someone can probably work this out a little bit
  33. better than I can.
  34.  
  35. I'm sure we can do this in amos, but we'd need one
  36. of these "CD-32 standard" type joypads so that it
  37. keeps sending those bit continously and we can
  38. interpret them 16 bits at a time.
  39.  
  40. Sincerely,
  41.     hacker@acs.bu.edu
  42.  
  43. p.s.: I know is not hard to build such a device,
  44.       I took a simple logic-design course and I
  45.       think even I can build the logic circuit
  46.       needed, all I would really need to know
  47.       is at what frequency to send data in the
  48.       port (i.e.: how many bits per second).
  49.